home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TPASSWORDCHANGER / TPASSWORDCHANGER.txt
Text File  |  2004-10-12  |  2KB  |  124 lines

  1. object PasswordChanger: TPasswordChanger
  2.   Left = 155
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change POP3 password'
  7.   ClientHeight = 195
  8.   ClientWidth = 509
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 75
  22.     Top = 20
  23.     Width = 53
  24.     Height = 13
  25.     Alignment = taRightJustify
  26.     Caption = 'POP3 &User'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 82
  30.     Top = 52
  31.     Width = 46
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.     Caption = '&Password'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 58
  38.     Top = 96
  39.     Width = 70
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = '&New password'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 93
  46.     Top = 124
  47.     Width = 35
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = '&Confirm'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 97
  54.     Top = 164
  55.     Width = 31
  56.     Height = 13
  57.     Alignment = taRightJustify
  58.     Caption = '&Server'
  59.   end
  60.   object eUser: TEdit
  61.     Left = 136
  62.     Top = 16
  63.     Width = 249
  64.     Height = 21
  65.     TabOrder = 0
  66.   end
  67.   object ePassword: TEdit
  68.     Left = 136
  69.     Top = 48
  70.     Width = 249
  71.     Height = 21
  72.     PasswordChar = '*'
  73.     TabOrder = 1
  74.   end
  75.   object eNewPass: TEdit
  76.     Left = 136
  77.     Top = 88
  78.     Width = 249
  79.     Height = 21
  80.     PasswordChar = '*'
  81.     TabOrder = 2
  82.     OnChange = eNewPassChange
  83.   end
  84.   object eConfirm: TEdit
  85.     Left = 136
  86.     Top = 120
  87.     Width = 249
  88.     Height = 21
  89.     PasswordChar = '*'
  90.     TabOrder = 3
  91.     OnChange = eNewPassChange
  92.   end
  93.   object eServer: TEdit
  94.     Left = 136
  95.     Top = 160
  96.     Width = 249
  97.     Height = 21
  98.     TabOrder = 4
  99.     OnChange = eNewPassChange
  100.   end
  101.   object bOK: TButton
  102.     Left = 408
  103.     Top = 16
  104.     Width = 81
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     Enabled = False
  109.     TabOrder = 5
  110.     OnClick = bOKClick
  111.   end
  112.   object bCancel: TButton
  113.     Left = 408
  114.     Top = 56
  115.     Width = 81
  116.     Height = 25
  117.     Cancel = True
  118.     Caption = 'Cancel'
  119.     ModalResult = 2
  120.     TabOrder = 6
  121.     OnClick = bCancelClick
  122.   end
  123. end
  124.